home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d21
/
dvglue.arc
/
TVOSIZE.C
< prev
next >
Wrap
C/C++ Source or Header
|
1990-01-09
|
964b
|
26 lines
/*================================================*/
/* TVOSIZE.C */
/* */
/* (c) Copyright 1988 Ralf Brown */
/* All Rights Reserved */
/* May be freely copied for noncommercial use, */
/* provided that this copyright notice remains */
/* intact and any changes are indicated in the */
/* comment blocks preceding functions */
/*================================================*/
#include "tvapi.h"
/*================================================*/
/* TVobq_size get number of entries pending */
/* Ralf Brown 4/3/88 */
/* Ralf Brown 6/23/88 rewrote with TVsendmsg1 */
/*================================================*/
int pascal TVobq_size(OBJECT obq)
{
return (int) TVsendmsg1(SIZE_MSG, obq?TOS:OBJQME, obq) ;
}
/* End of TVOSIZE.C */